projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9b19e
)
add assertion for missing op support
author
Andrea Corallo
<akrl@sdf.org>
Sun, 8 Sep 2019 16:48:29 +0000
(18:48 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:45 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 12c8ca63699449dafbff33333a90488c1ccb32dd..702e10df8d95db87e8d123e1aac0dee559fa0aa4 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-817,7
+817,7
@@
the annotation emission."
(byte-stack-set
(comp-with-sp (1+ (comp-sp))
(comp-copy-slot (comp-sp) (- (comp-sp) arg))))
- (byte-stack-set2) ;; TODO
+ (byte-stack-set2
(cl-assert nil)
) ;; TODO
(byte-discardN
(comp-stack-adjust (- arg)))
(byte-switch